(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
struct RastPort * CloneRastPort()
SYNOPSIS
struct RastPort * rp
LOCATION
In GfxBase at offset 178
FUNCTION
This function creates a copy of a RastPort.
INPUTS
rp
The RastPort to clone.
RESULT
A pointer to a RastPort with the same attributes as the RastPort which was specified or NULL if there was not enough memory to perform the operation.
NOTES
This function is AROS specific. For compatibility, there is a function in aros.lib which does the same on Amiga.
EXAMPLE
BUGS
SEE ALSO
CreateRastPort(), FreeRastPort()
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Three new functions which are AROS specific, ie. they are *NOT* in the normal Amiga graphics.library.